public class Server
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Server.ClientHandler
Vlákno pro klienty
|
class |
Server.Start
Startovací vlákno (worker)
|
| Constructor and Description |
|---|
Server() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |
void |
odesl_zpravu(java.lang.String text,
java.io.PrintWriter uzivat) |
static boolean |
proved_obnovu() |
static java.lang.String |
proved_zalohu()
Metoda pro zálohu DB do úložiště zařízení.
|
void |
spust() |
static java.sql.Connection |
test_conn()
Otestuje připojení k DB a nastaví Connection
|
public static void main(java.lang.String[] args)
public void spust()
public void odesl_zpravu(java.lang.String text,
java.io.PrintWriter uzivat)
public static java.sql.Connection test_conn()
public static java.lang.String proved_zalohu()
public static boolean proved_obnovu()